@media screen and (max-width: 404px){
    .service_media .btn-group {
        width: 100%;
    }
    .service_media .btn-group i{
        font-size: 1.1rem;  
    }
    .service_media .btn-group span{
        font-size: .75rem;   
    }
}
@media screen and (max-width: 767px){
 
    .service_media .btn-group i{
        display: block;
        padding-bottom: 5px; 
    }
   
}